go/types.Checker.validCycle (method)
5 uses
go/types (current package)
decl.go#L139: if !check.validCycle(obj) || obj.typ == nil {
decl.go#L144: if !check.validCycle(obj) || obj.typ == nil {
decl.go#L149: if !check.validCycle(obj) {
decl.go#L159: if !check.validCycle(obj) {
decl.go#L213: func (check *Checker) validCycle(obj Object) (valid bool) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)